object dlgAdvOptions: TdlgAdvOptions Left = 610 Top = 254 AutoScroll = False Caption = 'Advanced Options' ClientHeight = 248 ClientWidth = 339 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter ShowHint = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 9 Top = 9 Width = 321 Height = 198 Shape = bsFrame end object Label1: TLabel Left = 20 Top = 20 Width = 272 Height = 26 Caption = 'These options should only be modified when compatibility issues ' + 'are encountered:' WordWrap = True end object btnOK: TsitBitBtn Left = 160 Top = 214 Width = 81 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 7 OnClick = btnOKClick Images = frmMain.ImageList1 ImageIndex = 0 end object BitBtn1: TsitBitBtn Left = 248 Top = 214 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 8 OnClick = BitBtn1Click Images = frmMain.ImageList1 ImageIndex = 1 end object btnUnFixWNASPI: TsitBitBtn Left = 64 Top = 177 Width = 209 Height = 21 Hint = 'If this option is enabled then DPP attempted to fix an issue on ' + 'your system causing your CD writer not to appear. Click this op' + 'tion if you wish to return your system to the state it was in pr' + 'ior to this fix.'#13#10#13#10'Only use this option if you encounter proble' + 'ms with CD writing from other applications after using DPP.' Caption = 'Undo "WNASPI32.DLL" Fix' TabOrder = 6 OnClick = btnUnFixWNASPIClick end object chkUseInternalASPI: TCheckBox Left = 24 Top = 56 Width = 281 Height = 17 Hint = 'By default DPP will check your system to determine the best to i' + 'nitialize the ASPI layer to use. If you check this option it wi' + 'll try the default ASPI layer first.'#13#10#13#10'Use this option when you' + ' are having problems making DPP recognize your CD writer' Caption = 'Check internal ASPI layer first for CD writing capability' TabOrder = 0 end object cmbOverrideAR: TComboBox Left = 229 Top = 149 Width = 81 Height = 21 Hint = 'Unlike computer display where pixels are always displayed as squ' + 'are, pixels on a TV are often rectangular (such as with SVCD for' + 'mat). This option controls the internal video flag that instruc' + 'ts the player how to display the video. It does NOT change the ' + 'aspect ratio of the video itself.' Style = csDropDownList Enabled = False ItemHeight = 13 TabOrder = 5 Items.Strings = ( 'Square (1:1)' 'TV (4:3)' 'Wide (16:9)') end object chkSVCDBrokenMode: TCheckBox Left = 24 Top = 104 Width = 281 Height = 17 Hint = 'Some DVD players have problems playing SVCD disks even though th' + 'ey claim to be SVCD compliant'#13#10'Generally this option should NOT ' + 'be used' Caption = 'SVCD compatibility fix for problematic DVD players' TabOrder = 2 end object chkOverrideAR: TCheckBox Left = 24 Top = 152 Width = 201 Height = 17 Hint = 'Unlike computer display where pixels are always displayed as squ' + 'are, pixels on a TV are often rectangular (such as with SVCD for' + 'mat). This option controls the internal video flag that instruc' + 'ts the player how to display the video. It does NOT change the ' + 'aspect ratio of the video itself.'#13#10'If this item is NOT checked D' + 'VD PixPlay will choose the best aspect ratio flag based on the s' + 'elected slideshow format.'#13#10'If you check this item you can select' + ' a display aspect ratio to override the default' Caption = 'Override internal aspect ratio flag with:' TabOrder = 4 OnClick = chkOverrideARClick end object chkCanTruncateBGWhenStretching: TCheckBox Left = 24 Top = 80 Width = 289 Height = 17 Hint = 'When outputting your slideshow to disk, DVD PixPlay allows you t' + 'o stretch the slideshow length to match the background music lis' + 't'#13#10'Checked: DVD PixPlay may remove files from your background mu' + 'sic list to more closely match the original slideshow length'#13#10'Un' + 'checked: DVD PixPlay will stretch the slideshow to match your en' + 'tire background music length, even if it is much longer than the' + ' slideshow' Caption = 'Shorten background music list when stretching slideshow' TabOrder = 1 end object chkLaunch16bitNames: TCheckBox Left = 24 Top = 128 Width = 297 Height = 17 Hint = 'If you have problems lauching files to your specified viewer, tr' + 'y checking this option to use 8.3 style filenames' Caption = 'Use Short (8.3) filenames when launching images to editor' TabOrder = 3 end end